home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / evolution / 2.26 / ui / evolution-calendar.xml < prev    next >
Encoding:
Text File  |  2009-05-15  |  4.4 KB  |  108 lines

  1. <Root>
  2.   <commands>
  3.     <cmd name="EventOpen" _tip="View the current appointment" accel="*Control*o"/>
  4.     <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
  5.      accel="*Control*p"/>
  6.     <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
  7.  
  8.     <cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/>
  9.     <cmd name="CalendarToday" _tip="Select today" pixtype="pixbuf"/>
  10.     <cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
  11.     <cmd name="CalendarGoto" _tip="Select a specific date" pixtype="pixbuf"/>
  12.  
  13.     <cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
  14.     <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
  15.     <cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
  16.     <cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
  17.     <cmd name="ShowListView" _tip="Show as list" pixtype="pixbuf"/>
  18.  
  19.     <cmd name="Cut" _tip="Cut the selection" accel="*Control*x" pixtype="pixbuf"/>
  20.     <cmd name="Copy" _tip="Copy the selection" accel="*Control*c" pixtype="pixbuf"/>
  21.     <cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v" pixtype="pixbuf"/>
  22.  
  23.     <cmd name="Delete" _tip="Delete the appointment" accel="*Control*d" pixtype="pixbuf"/>
  24.     <cmd name="DeleteOccurrence" _tip="Delete this occurrence" pixtype="pixbuf"/>
  25.     <cmd name="DeleteAllOccurrences" _tip="Delete all occurrences" pixtype="pixbuf"/>
  26.     
  27.     <cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
  28.     <cmd name="HelpDebug" _tip="View the debug console for log messages"/>
  29.   </commands>
  30.  
  31.   <menu>
  32.     <submenu name="File">
  33.       <placeholder name="FileOps">
  34.         <menuitem name="EventOpen" verb="EventOpen" _label="_Open Appointment"/>
  35.       </placeholder>
  36.       <placeholder name="Print">
  37.     <menuitem name="PrintPreview" verb="CalendarPrintPreview"
  38.           _label="Print Pre_view"/>
  39.  
  40.     <menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
  41.           _label="_Print..."/>
  42.       </placeholder>
  43.  
  44.     </submenu>
  45.  
  46.     <submenu name="Edit" _label="_Edit">
  47.       <placeholder name="EditPlaceholder">
  48.           <menuitem name="Cut" verb="" _label="C_ut"/>
  49.           <menuitem name="Copy" verb="" _label="_Copy"/>
  50.           <menuitem name="Paste" verb="" _label="_Paste"/>
  51.  
  52.           <separator/>
  53.  
  54.           <menuitem name="Delete" verb="" _label="_Delete"/>
  55.     <menuitem name="DeleteOccurrence" verb="" _label="Delete this _Occurrence"/>
  56.     <menuitem name="DeleteAllOccurrences" verb="" _label="Delete _all Occurrences"/>
  57.       </placeholder>
  58.     </submenu>
  59.  
  60.     <submenu name="View">
  61.       <placeholder name="ViewBegin">
  62.     <menuitem name="Today" verb="CalendarToday" _label="Select _Today"
  63.                   accel="*Control*t"/>
  64.     <menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control*g"/>
  65.     <separator f="" name="ecal"/>
  66.       </placeholder>
  67.  
  68.      </submenu>
  69.  
  70.     <placeholder name="ActionsPlaceholder">
  71.     <submenu name="Actions" _label="_Actions">
  72.     <menuitem name="CalendarPurge" verb=""/>
  73.     </submenu>
  74.     </placeholder>
  75.     <submenu name="Help" _label="_Help">
  76.             <placeholder name="PlaceHolderDebug">
  77.                     <menuitem name="HelpDebug" verb="" _label="_Debug Logs"/>
  78.             </placeholder>
  79.    </submenu>
  80.   </menu>
  81.  
  82.   <dockitem name="Toolbar">
  83.   
  84.     <toolitem name="Print" verb="CalendarPrint" _label="Print" pixtype="pixbuf"/>
  85.     <toolitem name="Delete" verb="" _label="Delete" pixtype="pixbuf"/>
  86.  
  87.     <separator f="" name="ecal2"/>
  88.  
  89.     <toolitem name="Prev" verb="CalendarPrev" _label="Previous" pixtype="pixbuf"/> 
  90.     <toolitem name="Today" verb="CalendarToday" _label="Today" pixtype="pixbuf"/>
  91.     <toolitem name="Next" verb="CalendarNext" _label="Next" pixtype="pixbuf"/>
  92.  
  93.     <separator f="" name="ecal3"/>
  94.  
  95.     <toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/>
  96.  
  97.     <separator f="" name="ecal4"/>
  98.  
  99.     <toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/>
  100.     <toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/>
  101.     <toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/>
  102.     <toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/>
  103.     <toolitem name="ListView" verb="ShowListView" _label="List" priority="1" pixtype="pixbuf"/>
  104.  
  105.   </dockitem>
  106.  
  107. </Root>
  108.